﻿2026-06-15T12:21:22.3086872Z ##[group]Run actions/checkout@v5
2026-06-15T12:21:22.3087682Z with:
2026-06-15T12:21:22.3088005Z   fetch-depth: 0
2026-06-15T12:21:22.3088451Z   repository: SaberMage/spt-core
2026-06-15T12:21:22.3091690Z   token: ***
2026-06-15T12:21:22.3092078Z   ssh-strict: true
2026-06-15T12:21:22.3092410Z   ssh-user: git
2026-06-15T12:21:22.3092745Z   persist-credentials: true
2026-06-15T12:21:22.3093116Z   clean: true
2026-06-15T12:21:22.3093457Z   sparse-checkout-cone-mode: true
2026-06-15T12:21:22.3093868Z   fetch-tags: false
2026-06-15T12:21:22.3094207Z   show-progress: true
2026-06-15T12:21:22.3094539Z   lfs: false
2026-06-15T12:21:22.3094873Z   submodules: false
2026-06-15T12:21:22.3095208Z   set-safe-directory: true
2026-06-15T12:21:22.3095718Z ##[endgroup]
2026-06-15T12:21:22.4972903Z Syncing repository: SaberMage/spt-core
2026-06-15T12:21:22.4974208Z ##[group]Getting Git version info
2026-06-15T12:21:22.4974757Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T12:21:22.5263824Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T12:21:22.5477962Z git version 2.43.0.windows.1
2026-06-15T12:21:22.5503600Z ##[endgroup]
2026-06-15T12:21:22.5513600Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\bfa3bdb8-428b-4e47-aacb-4c80f4f77091\.gitconfig'
2026-06-15T12:21:22.5528056Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\bfa3bdb8-428b-4e47-aacb-4c80f4f77091' before making global git config changes
2026-06-15T12:21:22.5529136Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T12:21:22.5533655Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T12:21:22.5770490Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T12:21:22.5962064Z https://github.com/SaberMage/spt-core
2026-06-15T12:21:22.5990255Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T12:21:22.5994639Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T12:21:22.6189499Z refs/heads/main
2026-06-15T12:21:22.6215903Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T12:21:22.6616313Z HEAD is now at 1ce9e982 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:22.6863004Z ##[endgroup]
2026-06-15T12:21:22.6866118Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T12:21:23.0428014Z ##[group]Cleaning the repository
2026-06-15T12:21:23.0431949Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T12:21:28.6298794Z Removing .adapter-notify/
2026-06-15T12:21:28.6299498Z Removing target/
2026-06-15T12:21:28.6334430Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T12:21:28.6816477Z HEAD is now at 1ce9e982 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:28.6839516Z ##[endgroup]
2026-06-15T12:21:28.6843167Z ##[group]Disabling automatic garbage collection
2026-06-15T12:21:28.6848137Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T12:21:28.7072199Z ##[endgroup]
2026-06-15T12:21:28.7072643Z ##[group]Setting up auth
2026-06-15T12:21:28.7079303Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T12:21:28.7286789Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T12:21:29.0910958Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T12:21:29.1139693Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T12:21:29.4672221Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T12:21:29.4888622Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T12:21:29.8528428Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T12:21:29.8806290Z ##[endgroup]
2026-06-15T12:21:29.8806654Z ##[group]Fetching the repository
2026-06-15T12:21:29.8813506Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4f877d09a74ae3712362aa355a7c3f67b725f12f:refs/remotes/pull/14/merge
2026-06-15T12:21:31.2920149Z From https://github.com/SaberMage/spt-core
2026-06-15T12:21:31.2920891Z  * [new branch]        fix/digest-proof-session-id-keys         -> origin/fix/digest-proof-session-id-keys
2026-06-15T12:21:31.2921326Z  * [new ref]           4f877d09a74ae3712362aa355a7c3f67b725f12f -> pull/14/merge
2026-06-15T12:21:31.3041453Z ##[endgroup]
2026-06-15T12:21:31.3041989Z ##[group]Determining the checkout info
2026-06-15T12:21:31.3042358Z ##[endgroup]
2026-06-15T12:21:31.3047268Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T12:21:31.3311375Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T12:21:31.3529383Z ##[group]Checking out the ref
2026-06-15T12:21:31.3533764Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/14/merge
2026-06-15T12:21:31.3983131Z Previous HEAD position was 1ce9e982 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:31.3983739Z HEAD is now at 4f877d09 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:21:31.4006707Z ##[endgroup]
2026-06-15T12:21:31.4258048Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T12:21:31.4478683Z 4f877d09a74ae3712362aa355a7c3f67b725f12f
